home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / templates / sort-bar < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-12  |  2.0 KB  |  38 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.       xmlns:t="http://www.participatorypolitics.org/"
  5.       xmlns:i18n="http://www.participatoryculture.org/i18n"
  6.       eventCookie="@@@eventCookie@@@" dtvPlatform="@@@dtvPlatform@@@">
  7. <head>
  8.     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  9.     <t:execOnLoad><![CDATA[
  10. itemSort = kargs['itemSort']
  11. section = kargs['section']
  12.     ]]></t:execOnLoad>
  13. </head>
  14. <body>
  15. <div class="sort-bar">
  16.     <div class="sort-buttons">
  17.         <div class="sort-buttons-right">
  18.             <a href="#" class="length sort-button ***itemSort.getSortButtonState('duration')***" onclick="return eventURL('action:sortBy?by=duration&section=***section***');">
  19.                 Length<img class="up-arrow" src="resource:images/sort-up.png" /><img class="down-arrow" src="resource:images/sort-down.png" />
  20.             </a>
  21.             <a href="#" class="date sort-button ***itemSort.getSortButtonState('date')***" onclick="return eventURL('action:sortBy?by=date&section=***section***');">
  22.                 Date<img class="up-arrow" src="resource:images/sort-up.png" /><img class="down-arrow" src="resource:images/sort-down.png" />
  23.             </a>
  24.  
  25.             <a href="#" class="size sort-button ***itemSort.getSortButtonState('size')***" onclick="return eventURL('action:sortBy?by=size&section=***section***');">
  26.                 Size<img class="up-arrow" src="resource:images/sort-up.png" /><img class="down-arrow" src="resource:images/sort-down.png" />
  27.             </a>
  28.             <div class="clear" />
  29.         </div>
  30.  
  31.         <a href="#" class="name sort-button ***itemSort.getSortButtonState('name')***" onclick="return eventURL('action:sortBy?by=name&section=***section***');">
  32.             Name<img class="up-arrow" src="resource:images/sort-up.png" /><img class="down-arrow" src="resource:images/sort-down.png" />
  33.         </a>
  34.     </div>
  35. </div>
  36. </body>
  37. </html>
  38.